home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / games / stacks / stax.doc < prev    next >
Text File  |  1995-03-13  |  7KB  |  161 lines

  1.                                      STAX
  2.                                   Version 1.0
  3.                                      ─────
  4.           Plus additional documentation for Block Draw - BLOCDRAW.EXE 
  5.                                      ─────
  6.  
  7.          STAX is a single player game in which the player attempts to 
  8.          manipulate falling graphic blocks in order to form sequences 
  9.          of three boxes of  the same type --  arranged  horizontally, 
  10.          vertically, or diagonally. 
  11.  
  12.          The  STAX game board consists of a 6 x 15  grid  of squares.  
  13.          The blocks drop from the top of the grid,  and are comprised 
  14.          of 3 blocks arranged vertically --  Each block has one of 5, 
  15.          6, or 7 possible block types, depending on the skill level. 
  16.  
  17.          EXAMPLE:       EASY            => 5 blocks 
  18.                         INTERMEDIATE    => 6 blocks
  19.                         HARD            => 7 blocks
  20.  
  21.          The game  ends  when the block set stops at the top  of  the 
  22.          playing grid.   If your score is high enough to be placed on 
  23.          the top  ten high score list then input prompt will ask  for 
  24.          your name. 
  25.  
  26.  
  27.                                   STAX - KEYS 
  28.                                      ─────
  29.          OPENING SCREEN: 
  30.                       Key          Function
  31.          ─────────────────────────────────────────────────────────── 
  32.                       ESC..........Quit Game
  33.                         Q..........Quit Game
  34.                Left Arrow..........Move Arrow One Play Level Lower
  35.               Right Arrow..........Move Arrow One Play Level Higher
  36.                  Up Arrow..........Decrease Skill Level
  37.                Down Arrow..........Increase Skill Level
  38.                     Enter..........Start Game
  39.                 Space Bar..........Start Game
  40.  
  41.          GAME SCREEN: 
  42.                       Key          Function
  43.          ─────────────────────────────────────────────────────────── 
  44.                       ESC..........Request Quit?(Y/N)
  45.                         Q..........Request Quit?(Y/N)
  46.                Left Arrow..........Move Block Set Left
  47.               Right Arrow..........Move Block Set Right
  48.                  Up Arrow..........Change Block Set Configuration
  49.                Down Arrow..........Increase Drop Speed
  50.                         P..........Pause Game
  51.                 Space Bar..........Pause Game
  52.  
  53.  
  54.  
  55.  
  56.                                 STAX - SCORING
  57.                                     ──────   
  58.  
  59.          Points  are awarded for placing the block set in such a  way 
  60.          as to create matches  of 3 or more of the same block type -- 
  61.          Either  horizontally,  vertically or diagonally.   The point 
  62.          amount increases depending on the play level  and the number 
  63.          of matching blocks at any one time. If blocks fall from the 
  64.          extraction  of  earlier  blocks  then  the  block  worth  is 
  65.          multiplied by the number of consecutive block extractions. 
  66.  
  67.          SCORE COMPUTATION: 
  68.  
  69.          Score = Score + (Play Level + 1) * 60 * Extracted Blocks * # 
  70.          of Extractions 
  71.  
  72.  
  73.  
  74.                               STAX - PLAY LEVELS
  75.                                     ──────   
  76.  
  77.          STAX has ten selected play  levels  from 0 to 9  (easiest to 
  78.          more   difficult).   Speed  increases  as  the  play   level 
  79.          increases.   You  continue  to the next play level after  50 
  80.          blocks  have  been extracted from the current level.   After 
  81.          play starts the number of possible levels are endless. 
  82.  
  83.  
  84.  
  85.                                 STAX - STAX.CFG 
  86.                                     ──────   
  87.  
  88.          The STAX.CFG file consists of the 2 following options: 
  89.          
  90.          BLOCKS=[filename.BLK] 
  91.          SOUND=[ON][on][OFF][off] 
  92.  
  93.          Using a text editor you can go into this file and change the 
  94.          default  configurations  that are pre-set when you get  this 
  95.          game.   To  change the default block  set go  to  the  space 
  96.          following (BLOCKS=)  and enter a valid .BLK  file, including 
  97.          the  extension.   To turn the sound on/off go to  the  space 
  98.          following   (SOUND=)   and  enter  either  "on"   or   "off" 
  99.          accordingly. 
  100.  
  101.                             EXAMPLE STAX.CFG FILE: 
  102.          BLOCKS=JEWELS.BLK 
  103.          SOUND=ON 
  104.  
  105.  
  106.                             STAX/BlockDraw - AUTHOR
  107.                                     ──────   
  108.  
  109.          STAX  is a rough adaptation of a popular 16-bit home  arcade 
  110.          game of a different name.  I also added several improvements 
  111.          and a different scoring and grid size. I  also added a block 
  112.          drawing program(BLOCDRAW.EXE) that allows the player to draw 
  113.          the  eight  graphic blocks required to play the  game(I  got 
  114.          this  idea  from Nels Anderson,  the maker of the great  Mah 
  115.          Jongg  series.   Get  and register some  of  Nel's  terrific 
  116.          games). 
  117.  
  118.          BlockDraw(BLOCDRAW.EXE) is a fairly self explanatory program. 
  119.          When  you Save or Load a block set you only need to type  in 
  120.          the files prefix(EX:JEWELS)  and the .BLK  extension will be 
  121.          added  by  the program.  The 8th block is used  by  STAX  to 
  122.          overlay  the  blocks  to be extracted during game-play.  You 
  123.          must have a MS or compatible mouse to run BlockDraw. 
  124.  
  125.               Both STAX and BlockDraw ver 1.0 were programmed in 
  126.                        Microsoft C by: Richard D. Rice. 
  127.                                         
  128.  
  129.  
  130.  
  131.                         STAX/Block Draw - REQUIREMENTS
  132.                                     ───────   
  133.  
  134.          STAX  requires  an  IBM or compatible computer  with  a  VGA 
  135.          monitor/card; 
  136.          BlockDraw  requires  the  same hardware as STAX  plus  a  MS 
  137.          compatible mouse. 
  138.  
  139.  
  140.  
  141.                               STAX - DISTRIBUTION 
  142.                                     ───────   
  143.          FILES:
  144.                STAX    .EXE...............STAX Program
  145.                STAX    .HIS...............High Score List
  146.                STAX    .CFG...............Text Configuration File
  147.                STAX    .DOC...............This Text File
  148.                BLOCDRAW.EXE...............BlockDraw Program
  149.                JEWELS  .BLK...............Block Set
  150.                SNACKS  .BLK...............Block Set
  151.                FRUIT   .BLK...............Block Set
  152.  
  153.          Permission is granted to freely distribute this game without 
  154.          charge, however any comments,  suggestions, or contributions 
  155.          for my time and your pleasure would be greatly appreciated. 
  156.  
  157.                                 Richard D. Rice 
  158.                               4615 B 54th Street
  159.                               Lubbock, Texas 78705
  160.  
  161.